home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global slideSpeed, gSong
- puppetSprite(43, 1)
- puppetSprite(44, 1)
- puppetSprite(45, 1)
- if gSong = 1 then
- set the locH of sprite 43 to 102
- end if
- if gSong = 2 then
- set the locH of sprite 43 to 175
- end if
- if gSong = 3 then
- set the locH of sprite 43 to 248
- end if
- if gSong = 4 then
- set the locH of sprite 43 to 324
- end if
- if gSong = 5 then
- set the locH of sprite 43 to 395
- end if
- if slideSpeed = 1 then
- set the locH of sprite 44 to 397
- end if
- if slideSpeed = 2 then
- set the locH of sprite 44 to 260
- end if
- if slideSpeed = 3 then
- set the locH of sprite 44 to 99
- end if
- if the soundLevel = 0 then
- set the locH of sprite 45 to 99
- end if
- if the soundLevel = 1 then
- set the locH of sprite 45 to 150
- end if
- if the soundLevel = 2 then
- set the locH of sprite 45 to 191
- end if
- if the soundLevel = 3 then
- set the locH of sprite 45 to 231
- end if
- if the soundLevel = 4 then
- set the locH of sprite 45 to 272
- end if
- if the soundLevel = 5 then
- set the locH of sprite 45 to 317
- end if
- if the soundLevel = 6 then
- set the locH of sprite 45 to 360
- end if
- if the soundLevel = 7 then
- set the locH of sprite 45 to 396
- end if
- go(the frame)
- end
-